home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / raotb12.zip / OTBMAINT.DOC < prev    next >
Text File  |  1990-07-20  |  1KB  |  27 lines

  1.  
  2.   ╒═════════════════════════════════════════════════════════════════════════╕
  3.   │░░░░░░ Online Time Bank Nightly Maintance Program ░░░░░░░░░░░░░░░░░░░░░░░│
  4.   ╘═════════════════════════════════════════════════════════════════════════╛
  5.  
  6.     This program has one simple function. It looks thru the bank account
  7.   file for people who have outstanding time loans then it scans the USERS.BBS
  8.   file for that user's record and deducts a configurable amount of time from
  9.   their daily online time before they have a chance to use it themselves.
  10.  
  11.     To use the program simply place it in your nightly maintance batch file
  12.   and run it every day.  Before making any changes to either the USERS.BBS
  13.   file or the OTBANK.ACT file it makes a backup of the file so if anything
  14.   goes wrong, you still have your origional files.
  15.  
  16.     OTBMAINT.EXE -MUST- be run from the directory where you keep your
  17.   USERS.BBS file. You must supply a command line for the program to work.
  18.   The format of the command line is as follows:
  19.  
  20.            OTBMAINT [path to bank account file]
  21.  
  22.            eg- OTBMAINT c:\ra\bank\    <---- NOTE THE TRAILING BACKSLASH
  23.  
  24.   That is all there is to it.
  25.  
  26.  
  27.